data buffer - traduzione in Inglese
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

data buffer - traduzione in Inglese

REGION OF A PHYSICAL MEMORY STORAGE USED TO TEMPORARILY STORE DATA WHILE IT IS BEING MOVED FROM ONE PLACE TO ANOTHER
Buffer (telecommunication); Packet buffering; Buffer (programming); Buffer (computer science); Memory buffer; Input buffer

data buffer         

общая лексика

буфер данных

область памяти, служащая для временного хранения и/или накопления данных при их вводе-выводе или пересылке из одного места в другое

Смотрите также

buffer

underrun         
STATE
Buffer under-run; Underrun; Buffer underflow; Seamless Link; Buffer underruns
1) выбирать вручную
2) перехватывать снасть руками
buffer state         
COUNTRY LOCATED BETWEEN TWO OTHER MUTUALLY HOSTILE COUNTRIES
Buffer State; Buffer states; Buffer republic; Buffer colony
буферное государство; государство, являющееся фактором смягчения противостояния других субъектов международной политики.

Definizione

circular buffer
<programming> An area of memory used to store a continuous stream of data by starting again at the beginning of the buffer after reaching the end. A circular buffer is usually written by one process and read by another. Separate read and write pointers are maintained. These are not allowed to pass each other otherwise either unread data would be overwritten or invalid data would be read. A circuit may implement a hardware circular buffer. (2000-06-17)

Wikipedia

Data buffer

In computer science, a data buffer (or just buffer) is a region of a memory used to temporarily store data while it is being moved from one place to another. Typically, the data is stored in a buffer as it is retrieved from an input device (such as a microphone) or just before it is sent to an output device (such as speakers). However, a buffer may be used when moving data between processes within a computer. This is comparable to buffers in telecommunication. Buffers can be implemented in a fixed memory location in hardware—or by using a virtual data buffer in software, pointing at a location in the physical memory. In all cases, the data stored in a data buffer are stored on a physical storage medium. A majority of buffers are implemented in software, which typically use the faster RAM to store temporary data, due to the much faster access time compared with hard disk drives. Buffers are typically used when there is a difference between the rate at which data is received and the rate at which it can be processed, or in the case that these rates are variable, for example in a printer spooler or in online video streaming. In the distributed computing environment, data buffer is often implemented in the form of burst buffer that provides distributed buffering service.

A buffer often adjusts timing by implementing a queue (or FIFO) algorithm in memory, simultaneously writing data into the queue at one rate and reading it at another rate.

Traduzione di &#39data buffer&#39 in Russo